home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act6b
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-28
|
166 b
|
8 lines
on setnum prefix, cstart, cend
set yyy to 1
repeat with xxx = cstart to cend
set the name of cast xxx to prefix & yyy
set yyy to yyy + 1
end repeat
end